-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sse server does not process endpoint correctly when sse path is not a directory #43
base: main
Are you sure you want to change the base?
sse server does not process endpoint correctly when sse path is not a directory #43
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hey @shendaxia-sm, thank you for the PR! |
Head branch was pushed to by a user without write access
d622a41
to
cbb64bb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
i have rebase main, and commit ammend |
@shendaxia-sm could you please trigger Validate PR action on the fork? |
Head branch was pushed to by a user without write access
cbb64bb
to
53421f5
Compare
sorry,does actions of this repo has some authentication,validate pr action was not automatically invoked when commit pull request,and i didn't found manual run button in actions tab |
@Mr3zee, could you check? |
It seems that I can't trigger the action manually for some reason. I added the fix for it, we'll need to update this branch after it is merged. |
Could you please check the build?
|
issue is : #41
mcp sse server does not remove last path when join endpoint url.
for example: baseUrl is http://localhost/sse, and server return sse data:
event:endpoint data:mesages?sessionId=a7f13c57-3ebe-4676-8079-bab962990583
sdk return endpoint http://localhost/sse/mesages?sessionId=a7f13c57-3ebe-4676-8079-bab962990583
the correct endpoint should be http://localhost/mesages?sessionId=a7f13c57-3ebe-4676-8079-bab962990583
python-sdk can correctly return the endpoint